Move stuff from one hard drive to another

sudo rsync -aXS --progress --exclude='/*/.gvfs' /home/. /media/home/.
#check copying worked
sudo diff -r /home /media/home -x ".gvfs/*"